All Questions
3 questions
2votes
1answer
84views
Apply math operations over column of table
This question is about finding approaches to solve a specific problem. I have a table which has several metrics with values. [metric1] [metric2] [metric3] [metric...N] Those columns are fixed. I ...
-1votes
1answer
2kviews
Laravel - BLOB File Management System - Possible obstacles?
I'm working on this weird project where I need to upload huge files (500mb+) and store them in a postgresql table as a blob. Before you start telling me that storing files in the database is bad and ...
1vote
3answers
1kviews
Logging to database: Log first or action first?
Long story short, I'm working on a web-based frontend that interacts with a database, and one of the functions is that every action on a particular table gets logged to keep a full history of all ...